home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Palettes / ScrollViewDeluxe / Makefile < prev    next >
Encoding:
Makefile  |  1993-11-02  |  889 b   |  41 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = ScrollViewDeluxe
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. LOCAL_RESOURCES = ScrollViewDelPal.nib ScrollViewDeluxe.nib\
  16.                   SVDInspector.nib
  17.  
  18. GLOBAL_RESOURCES = ScrollViewDeluxe.tiff palette.table
  19.  
  20. CLASSES = Ruler.m ScrollViewDeluxe.m SVDInspector.m
  21.  
  22. HFILES = Ruler.h ScrollViewDeluxe.h SVDInspector.h
  23.  
  24. OTHERSRCS = Makefile ReadMe.rtf
  25.  
  26. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  27. MAKEFILE = palette.make
  28. INSTALLDIR = /NextDeveloper/Palettes
  29. INSTALLFLAGS = -c -s -m 755
  30. SOURCEMODE = 444
  31.  
  32.  
  33.  
  34. -include Makefile.preamble
  35.  
  36. include $(MAKEFILEDIR)/$(MAKEFILE)
  37.  
  38. -include Makefile.postamble
  39.  
  40. -include Makefile.dependencies
  41.